home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / pidho20b.zip / PIDAHO.TXT < prev    next >
Text File  |  1995-03-01  |  26KB  |  634 lines

  1. Private Idaho version 2.0 beta March 1, 1995) - Freeware
  2. copyright (c)1995, Joel McNamara (joelm@eskimo.com)
  3.  
  4. What it does
  5. ------------
  6. Private Idaho makes private e-mail easier.  It simplifies using
  7. PGP and various anonymous remailers.  It can be used with many 
  8. Windows e-mail applications.
  9.  
  10. PGP is fairly well known.  Remailers are getting increased exposure,
  11. but are still not widely used.  If you use PGP, they are worth
  12. knowing and learning about.  For a good introduction, refer to:
  13.  
  14.     http://www.cs.berkeley.edu/~raph/remailer-list.html
  15.  
  16.  
  17. What it doesn't do
  18. ------------------
  19. Private Idaho isn't e-mail software.  It can't send the messages you
  20. create with it.  Think of it as an e-mail premailing tool.
  21.  
  22. Private Idaho doesn't automatically keep track of which remailers
  23. are active.  You'll need to manually keep the text file updated to
  24. stay current.
  25.  
  26. I update the files regularly, and they are available either from
  27. anonymous FTP at ftp.eskimo.com /joelm or http://www.eskimo.com/~joelm.
  28.  
  29. (These files are updated based on information from Raph Levien's
  30. annonymous remailer "pinging" service.  For full information, either  
  31. finger remailer-list@kiwi.cs.berkeley.edu or via the Web use 
  32. http://www.cs.berkeley.edu/~raph/remailer-list.html.)
  33.  
  34. Private Idaho isn't a PGP shell.  It is designed simply to make sending
  35. private e-mail easier.  Don't expect sophisticated key management and
  36. access to all of PGP's features.
  37.  
  38.  
  39. Requirements
  40. ------------
  41. Microsoft Windows 3.x
  42. Visual Basic runtime file (VBRUN300.DLL - not included)
  43. A Windows e-mail package (Eudora, MS Mail, Pegasus, etc.)
  44. PGP (Pretty Good Privacy - 2.6.2 is the latest MIT version)
  45.  
  46.  
  47. Installing Private Idaho:
  48. -------------------------
  49. Copy the following files to the directory that contains your
  50. e-mail software:
  51.  
  52. PIDAHO.EXE    the application
  53. CPMAILER.TXT    the remailer list
  54. RMINFO.TXT    the remailer info list
  55. USENET.TXT    the list of mail to USENET newsgroup gateways
  56. EMAIL.TXT    the list of e-mail software settings
  57. PIDAHO.TXT    this file
  58.  
  59. Copy the following file to the directory (or disk) that contains PGP:
  60.  
  61. PIPGP.PIF    for easy shelling to DOS PGP
  62. PIPGPX.PIF    shell and autoclose
  63.  
  64. Copy the following file to the \WINDOWS\SYSTEM directory:
  65.  
  66. CMDIALOG.VBX
  67.  
  68. (You don't need to replace this file if it already exists).
  69.  
  70. Add PIDAHO.EXE to a Windows program group of your choice.
  71.  
  72. When you run Private Idaho for the first time, it will prompt you
  73. for configuration information (to be saved in the PIDAHO.INI file).
  74. You will only need to go through this process once.  The steps
  75. are fairly self-explnatory.
  76.  
  77. Before running Private Idaho for the first time, have your e-mail
  78. software running, with a blank, new message window open.  You may
  79. need this to provide Private Idaho with configuration information.
  80.  
  81. (If you're using an older version of Private Idaho and plan to install
  82. the new version in the same directory, delete the CPMAILER.TXT,
  83. USENET.TXT, and PIDAHO.INI files.  The file format has changed in
  84. version 2.0.)
  85.  
  86.  
  87. Installing the remailer PGP public keys:
  88. ----------------------------------------
  89. With Private Idaho you can easily send encrypted mail to certain
  90. remailers, using their public keys.  The ciphertext is decrypted when
  91. received, and then sent on to the next destination.
  92.  
  93. Obviously, you need copies of the remailer public keys on your public
  94. key ring.
  95.  
  96. The file RMKEYS.ZIP contains text files with each each remailer's key.
  97. The INSTALL.BAT file will add all of these keys to your key ring.
  98. Just unzip the files and run the batch file (you need to have PGP
  99. installed correctly first.)
  100.  
  101. Sorry, this is just an ugly DOS batch file.  A more GUI-oriented
  102. version may end up in a future version of Private Idaho.
  103.  
  104.  
  105. To use an address book:
  106. -----------------------
  107. When Private Idaho is first run, it prompts you if you want to use an
  108. address book.  This is simply a text file, with each line containing an
  109. e-mail address (if you use Eudora, you can use the RCPDBASE.TXT file).
  110. These addresses appear in the To: combo list.
  111.  
  112. You can also specify an address file later, by using the Options command
  113. in the File menu.
  114.  
  115. If you change the file, you'll need to restrat Private Idaho for the
  116. names in the address book to appear in the To: line.
  117.  
  118.  
  119. To encrypt a message:
  120. ---------------------
  121. 1. Enter the e-mail address of the person you want to send the
  122.    encrypted message to.  (Since most people will use their e-mail
  123.    address as part of their PGP user ID, Private Idaho will search
  124.    through the public key ring looking for a match.  If it finds
  125.    a match, it will encrypt off of that key.  If it can't find a
  126.    match, user IDs in the public key ring are displayed, and you
  127.    select one.)
  128.  
  129. 2. Compose the message you want to encrypt in the message box.
  130.  
  131. 3. Choose the "Encrypt message" command from the PGP menu.
  132.  
  133. Private Idaho will create a temporary file containing the message,
  134. shell out to PGP and encrypt the file with ASCII armor, copy the
  135. encrypted text to the message box, and delete the temporary file
  136. with the PGP wipe command (yes, wipe only performs a single pass
  137. at overwriting the data before deleting, if you need more security,
  138. try a shareware memory resident app called Real Delete).
  139.  
  140.  
  141. To encrypt and sign a message:
  142. ------------------------------
  143. Same as encrypting a message (only you choose the "Encrypt and sign
  144. message" command from the PGP menu).
  145.  
  146.  
  147. To sign a message:
  148. ------------------
  149. Same steps as encrypting a message (only you choose the "Clear sign
  150. message" command from the PGP menu).  This adds your signature to the 
  151. text contained in the message box.  The text is not encrypted.
  152.  
  153. Important Note: Some e-mail packages (notably Eudora), hard code
  154. carriage return/line feeds when mail is sent and Word Wrap is turned
  155. on.  This means if you sign and message, the signature will be
  156. invalid when the receiver gets it, because CR/LFs have been added.  I've
  157. found most e-mail software is pretty smart these days, and will auto-
  158. matically wrap lines without CR/LFs.  Consider turning Word Wrap off
  159. if you have this problem with clear signing.
  160.  
  161.  
  162. To decrypt a message:
  163. ---------------------
  164. 1. Paste the encrypted message you received to the message box.
  165.  
  166. 2. Choose the "Decrypt message" command from the PGP menu.  You
  167.    will be prompted for your passphrase.
  168.  
  169. Private Idaho will create a temporary file containing the message,
  170. shell out to PGP and decrypt the file, copy the decrypted text to the 
  171. message box, and delete the temporary file with the PGP wipe command. 
  172.  
  173.  
  174. To use "Encrypt to self":
  175. -------------------------
  176. This option encrypts the message with your own key in addition
  177. to the key of the person you are sending the message to.  PGP
  178. can encrypt a message with a multiple number of keys.  This
  179. effectively makes the message decipherable by the person you
  180. are sending it to and yourself.
  181.  
  182. This feature is handy for archiving encrypted messages you have
  183. sent.  You will need to provide your secret passphrase in order
  184. to decrypt any messages "encrypted to self." 
  185.  
  186.  
  187. To use "Obscurity":
  188. -------------------
  189. When PGP encrypts text with ASCII armor on (almost required for
  190. sending e-mail), it adds a header that identifies the message as
  191. being PGP encrypted.  This obviously clues anyone in to the fact
  192. that the message is encrypted.  There are times when a user might
  193. not want a message to be obviously identified as encrypted.
  194.  
  195. When Obscurity is checked, Private Idaho will strip off the 
  196. identifying PGP headers when a message is encrypted.  It will also
  197. add the headers before it calls PGP to decrypt ciphertext in the 
  198. message text box.
  199.  
  200. Obviously, the sender and receiver of the e-mail are both going
  201. to need to be using Private Idaho and know they need to have
  202. "obscurity" turned on.
  203.  
  204. Don't use this feature for sending messages to people who don't
  205. know about it.  PGP will not decrypt the ciphertext without the
  206. headers.
  207.  
  208.  
  209. To update Private Idaho's public keyring information:
  210. -----------------------------------------------------
  211. When you first run Private Idaho, it copies information from your
  212. public keyring to a text file named PUBKEYS.OUT.  If you add
  213. keys to your keyring, you need to update that file.  To do so:
  214.  
  215. 1. Choose the "Update public keyring" command from the PGP menu.
  216.  
  217.  
  218. To control the behavior of the PGP DOS box:
  219. -------------------------------------------
  220. When encrypting and decrypting, Private Idaho needs to shell out to 
  221. the DOS version of PGP.  You can control the appearance of the DOS box and
  222. its behavior with the "Run PGP minimized" and "Auto-close PGP" commands.
  223.  
  224. When "Run PGP minimized" is checked, the iconized window is displayed
  225. at the bottom of the screen when PGP is run.  When this option is
  226. not checked, the full-screen, Windows DOS box is displayed.
  227.  
  228. When "Auto-close PGP" is checked, the PGP DOS box is automatically
  229. closed when PGP finishes running.  When the option is not checked, you
  230. must manually close the window when PGP is done running.
  231.  
  232. These features are useful for viewing PGP diagnostic messages.
  233.  
  234. NOTE: Even if "Run PGP minimized" is checked, when decrypting, the
  235. full window will always be displayed.
  236.  
  237.   
  238. To set PGP options:
  239. ---------------------
  240. 1. Choose the "Options..." command from the PGP menu.
  241.  
  242. Not that many options to select really.  Just the PGP path (which is
  243. extracted from the PGPPATH environment variable - which you should
  244. have set if you followed the PGP installation instructions) and
  245. your PGP user ID.  You can use the entire user ID (i.e. Joel McNamara
  246. <joelm@eskimo.com>) or a portion of it.  You are prompted for this
  247. when Private Idaho starts.  Both of these options are stored in the
  248. PIDAHO.INI file (which Private Idaho creates when you first run it).
  249.  
  250. There is also a temporary file name.  This is the file Private Idaho
  251. uses when encrypting and decrypting text from the clipboard.  PIDAHO
  252. is the default, and you should leave that setting unless you have
  253. any name conflicts (which you shouldn't).  Temporary files are written
  254. and deleted/wiped from the PGP directory. 
  255.  
  256.  
  257. To send mail through one anonymous remailer:
  258. --------------------------------------------
  259. You have a choice of different types of remailers to use.  They include:
  260.  
  261.     Cypherpunk - the largest catagory of remailers.
  262.  
  263.     Eric - another type of remailer (i.e. "soda" - csua.berkeley.edu)
  264.  
  265.     Anon.penet.fi - Julf's remailer in Finland.  Very popular on
  266.     USENET newsgroups.  You need to get a free account before using,
  267.     which people will be able to reply back to your anonymous mail.
  268.  
  269. I really don't want to get into the differences between the various
  270. types or make suggestions on which to use.
  271.  
  272. See: http://www.cs.berkeley.edu/~raph/remailer-list.html for some good
  273. information sources on remailers.
  274.  
  275. 1. Check which type of remailer to use in the Remailers menu.
  276.  
  277. 2. Compose the message and specify who you want to send the mail to
  278.    in the To: line.
  279.  
  280. 3. Select a remailer from the Remailer: combo list.
  281.  
  282. 3. Choose the "Append info to message" command from the Transfer menu.
  283.  
  284. The appropriate remailer instructions are added to the contents of the
  285. message box.  The remailer address is passed to Eudora when you choose
  286. the "Transfer to e-mail" command from the Transfer menu.  The "Append
  287. and Transfer" command appends and transfers in one menu selection.
  288.  
  289. You'll notice the words "latency" and "up time."  Press the "?" button
  290. next to the remailer combo box for definitions.  This information is
  291. useful for deciding which remailer to use.   
  292.  
  293.  
  294. To chain a message (send it through multiple remailers):
  295. --------------------------------------------------------
  296.  
  297. This option currently only works with Cyperpunk-type remailers.
  298.  
  299. 1. Follow the same steps as above, but choose "chain" from the Remailer:
  300.    combo list box.
  301.  
  302. 3. Choose the "Append info to message" command from the Transfer menu.
  303.  
  304. 3. A list of remailers is displayed.  Select the ones you wish to chain.
  305.    You can choose the order you wish to chain the remailers.
  306.  
  307. The appropriate remailer instructions are added to the contents of the
  308. message box.
  309.  
  310.  
  311. To encrypt mail and send it through an anonymous mailer:
  312. --------------------------------------------------------
  313. 1. Encrypt the message first.
  314.  
  315. 2. Select the appropriate remailer(s) and choose the "Append info to 
  316.    message" command from the Transfer menu.
  317.  
  318. If you don't follow this order, you'll end up encrypting the remailer
  319. instructions.  The remailers are smart, but not that smart.
  320.  
  321.  
  322. To use Cypherpunk remailer advanced features:
  323. ---------------------------------------------
  324. The Cypherpunk remailers offer some advanced features to enhance
  325. e-mail privacy.  When the "Cypherpunk" option is checked in the Remailers
  326. menu, the "Advanced Cypherpunk" cascading menu item is available.
  327.  
  328. By checking one of the options, it filters the remailers in Remailer
  329. list box.  For example, if you check the "Use latent time" option, only
  330. Cypherpunk remailers that support the latent time option will be
  331. displayed in the list box.  If no options are checked, all Cypherpunk
  332. remailers are displayed.
  333.  
  334. Select advanced options, then select which remailers to use.  (Each time
  335. an option is checked or unchecked, the list is reset, and the default
  336. value is "none.")
  337.  
  338. Here is a brief summary of the different features:
  339.  
  340.     Encrypt to remailer(s)
  341.     ----------------------
  342. These remailers have their own public key.  If you send mail encrypted
  343. with their key to them, they will automatically decrypt the mail and
  344. pass the decrypted message to the next destination.  This is a fairly
  345. secure form of communication, since there is no plaintext transmitted
  346. to the remailer.
  347.  
  348. When this option is checked, the text in the message box will be
  349. encrypted with the selected remailer(s)' key.
  350.  
  351. You must first add the remailer keys to your public key ring.  See the
  352. installation section at the beginning of this file.
  353.  
  354. You can also chain remailers with this option.  Each text block will be
  355. encrypted with the appropriate remailer's key.  This was a fairly tedious
  356. task to do by hand, but Private Idaho completely automates the process.
  357.  
  358. Keep in mind this level of encryption is totally seperate from you
  359. encrypting a message to an individual.
  360.  
  361.     Replace subject
  362.     ---------------
  363. The "Replace subject" option removes the subject on the To: line, and
  364. adds a user-selected subject to final mail destination.  This is useful
  365. if you really don't want someone to guess the contents of the mail by
  366. the subject line.
  367.  
  368. A dialog box will prompt you for the subject title.
  369.  
  370.     Use latent time
  371.     ---------------
  372. The "Use latent time" option instructs the remailer to delay sending
  373. the message after some set period of time.  This is useful if you
  374. suspect traffic analysis is taking place (watching the flow of messages
  375. to and from you).
  376.  
  377. A dialog box will prompt you for the amount of delay.
  378.  
  379. You can either specify a local time for the mail to be sent (in 24 hour
  380. clock format).  For example, entering 18:00 would instruct the remailer
  381. to send the message at 6:00 PM, the local time of the remailer.  (Don't add
  382. AM or PM.)
  383.  
  384. You can also specify a set number of hours and minutes after the mail
  385. is receieved.  For example, entering +10:30, would delay sending the
  386. message 10 hours, 30 minutes after it was received by remailer.  You
  387. can enter values of up to 24 hours.
  388.  
  389. If you are chaining remailers and use the latent time option, the same
  390. value will be used for all remailers.  A future version will allow you
  391. to enter unique time values for each remailer.
  392.  
  393.     Use cutmarks
  394.     ------------
  395. Some e-mail packages automatically attach a signature (sig) to the bottom
  396. of each sent message.  This obviously reduces the anonymous nature of
  397. using a remailer.
  398.  
  399. When the "Use cutmarks" option is checked, the remailer will search for
  400. a line beginning with a certain character string.  It will remove that
  401. line, and all subsequent lines.  For example, if you specify the cutmarks
  402. to be "--", the line containing "-----------------------" and any lines
  403. after it, would be stripped from the message.
  404.  
  405. You specify the cutmarks string in a dialog box.
  406.  
  407. If you are chaining remailers, cutmarks will only be removed from the
  408. message received by the first remailer.  This is because a message
  409. composed in Private Idaho will not have any sigs attached to it.
  410.  
  411. NOTE:  Be careful of using cutmarks with encrypted messages.  PGP
  412. encrypted messages start with "-----BEGIN PGP MESSAGE-----", so if you
  413. used "---" as the cutmark, your message would be removed.
  414.   
  415.     
  416. To post anonymously to a USENET newsgroup:
  417. ------------------------------------------
  418. You can prepare a message for anonymous posting to a USENET newsgroup.
  419.  
  420. 1. Enter the name of the newsgroup you want to post to in the To: combo
  421.    box (i.e. alt.2600).
  422.  
  423. 2. Enter the subject and message.
  424.  
  425. 3. Select which type of remailer to use from the Remailers menu.
  426.  
  427.     Cypherpunk - if this remailer type is selected, the "E-mail
  428.     gateway" option is available. A list of mail-to-USENET gateways
  429.     is displayed for you to select.
  430.     
  431.     Eric - if this type of remailer is selected, the message is
  432.     posted directly through the remailer.
  433.  
  434.     Anon.penet.fi - if you have an account on Anon.penet.fi, the
  435.     message will be posted directly through the remailer.
  436.  
  437. 4. Specify you want to post to a newsgroup by checking a menu item in
  438.    the Newsgroup menu.  If you select None, specific information needed
  439.    to create a newsgroup posting will not be added.
  440.  
  441. 5. Select a remailer (or "chain") from Remailer: combo box.
  442.  
  443. 6. Choose the "Append info to message" command from the "Transfer"
  444.    menu.
  445.  
  446. IMPORTANT NOTE: Sending an e-mail message to one of the USENET gateways
  447. will not anonymize the mail.  You must send it through a remailer
  448. first.  Please test by sending mail to someplace like alt.test
  449. before doing it for real.
  450.  
  451. Not all USENET gateways support all newsgroups.  You may have to try
  452. several to find one that supports the groups you want to post to.
  453.  
  454.  
  455. To transfer a message to your e-mail software:
  456. ----------------------------------------------
  457. 1. Make sure the e-mail software (Eudora, MS Mail, etc.) is running, a
  458.    blank, new message in the e-mail software is in front, and the cursor
  459.    is on the To: line.  Do not minimize/iconize the e-mail application.
  460.  
  461. 2. In the Private Idaho "Transfer" menu, choose the "Transfer to e-mail"
  462.    command.
  463.  
  464. This transfers the address information and message contents you entered
  465. in Private Idaho to your e-mail software.
  466.  
  467. Technically, this is a pretty dumb operation.  It does a series of
  468. Clipboard copies and pastes (with SendKeys) to the e-mailer.  Poor man's
  469. DDE or OLE.  If you don't have the new message window open or the
  470. cursor is somewhere other than the To: line, Private Idaho will
  471. happily try to paste the data in whatever e-mailer window is active.
  472.  
  473.  
  474. Changing e-mail transfer settings:
  475. ----------------------------------
  476. The Options command in the Transfer menu contains the settings used to
  477. transfer a message from Private Idaho to the e-mail software you are
  478. using.  This information must be correct for a valid transfer to take
  479. place.
  480.  
  481. The information in the dialog is fairly self-explanatory.
  482.  
  483. In version 2.0, a list box displaying all running applications and
  484. available windows to transfer to has been included.  Make sure your
  485. e-mail application is running before you run Private Idaho.  You may
  486. need to experiment with which window to transfer to.  Use your common
  487. sense in selecting a window name from the list.
  488.  
  489.  
  490. Adding your own e-mail software specifications:
  491. -----------------------------------------------
  492. The EMAIL.TXT file contains specifications for a variety of e-mail
  493. packages.  Up to 12 e-mail apps will be displayed in the dialog box
  494. when you choose Options from the Transfer menu.
  495.  
  496. The file is a text file, with each line representing e-mail
  497. information.  The file format is simple.  A record consists of:
  498.  
  499. line 1 - the name of the app to appear on the button (i.e. MS Mail)
  500. line 2 - the program name as it appears when you ALT+TAB (Microsoft Mail)
  501. line 3 - the first header in a new message (i.e. To:)
  502. line 4 - the second header in a new message (i.e. CC:)
  503. line 5 - the third header in a new message (i.e. Subject:)
  504. line 6 - the fourth header in a new message (if nothing, leave blank)
  505. line 7 - the fifth header in a new message (if nothing, leave blank)
  506. Line 8 - the sixth header in a new message (if nothing, leave blank)
  507.  
  508. Private Idaho reads 8 lines in at a time and associates it with a
  509. button.  When you press the button, the information is added to the
  510. header section. 
  511.  
  512. You probably won't need to modify this file.
  513.  
  514.  
  515. Other stuff
  516. -------------
  517. When Private Idaho runs for the first time, or when you choose the
  518. Update public keyring command from the PGP menu, the screen will go black,
  519. and depending on how slow your machine is, you may get a brief glimpse of 
  520. the PGP DOS screen before the Windows app first appears.  This ugliness 
  521. occurs when Private Idaho shells out to PGP and redirects the contents 
  522. of the public ring to a text file named PUBKEYS.OUT.  Kind of cheesy,
  523. but effective since VB doesn't easily support redirected output from
  524. shelled DOS apps.
  525.  
  526. Don't modify the remailers text file please.  You can get the most current,
  527. usually on a weekly basis, from ftp.eskimo.com /joelm or
  528. http://www.eskimo.com/~joelm.
  529.  
  530. Practical limitation of text in the message box, approximately 32K.
  531.  
  532. Total anonymous mailers to list for chaining, 30.
  533.  
  534. The name Private Idaho comes from a catchy B-52s song.  No deep social
  535. meaning, just had a nice ring to it.
  536.  
  537. Cypherpunks write code...
  538.  
  539.  
  540. Command summary
  541. -----------------
  542. File
  543.      Import message - reads a text file into the message area
  544.      Export message - saves the contents of the message area to a text file
  545.      Options - sets whether an address book is used
  546.      Exit - just what it sounds like
  547. Edit
  548.      Cut - standard
  549.      Copy - standard
  550.      Paste - standard
  551.      Clear message - clears any text in the message box
  552.      Copy message - copies any text in the message box to the Clipboard
  553.      Paste messages - pastes Clipboard text to the message box
  554. PGP
  555.      Encrypt message - encrypts text in the message box
  556.      Encrypt and sign message - encrypts and signs text in the message box
  557.      Clear sign message - attaches a signature to text in the message box
  558.      Decrypt message - decrypts PGP ciphertext in the message box
  559.      Encrypt to self - also encrypts with your key for archiving
  560.      Obscurity - adds and deletes PGP headers from ciphertext
  561.      Update public keyring - updates PI's keyring file
  562.      Run PGP minimized - keeps the PGP DOS box minimized
  563.      Auto-close PGP - automatically closes the PGP DOS box window 
  564.      Options - sets PGP path, your user ID, and temp file
  565. Remailers
  566.      Cypherpunk - displays Cypherpunk-style remailers
  567.      Eric - displays Eric-style remailers
  568.      Anon.penet.fi - displays Penet-style remailers
  569.      Advanced Cypherpunk - more Cypherpunk-remailer options
  570.         Encrypt to remailer(s) - encrypts message with remailer PGP key
  571.         Replace subject - uses a different subject line
  572.         Use latent time - delays sending the message
  573.         Use cutmarks - removes specified signature lines
  574. Newsgroups
  575.      None - if you're not posting to a USENET newsgroup
  576.      E-mail gateway - displays e-mail gateways to newsgroups
  577.      Eric - fills in information for posting through Eric remailers
  578.      Anon.penent.fi - fills in information for posting through Penet
  579. Transfer
  580.      Append info to message - adds remailer info to message
  581.      Transfer to e-mail - transfers the message to an e-mailer
  582.      Append and transfer - adds remailer info and transfers
  583.      Options - options for specifying e-mailer
  584. Help
  585.      About... - brief info
  586.      Information... - displays this file
  587.  
  588.  
  589. Future versions
  590. -----------------
  591. Despite the many new features, there are still a few things left I'd
  592. eventually like Private Idaho to do:
  593.  
  594. Advanced Cut-marks (such as using with newsgroups)
  595. Advanced Latent-time (specified time per each chained remailer)
  596. Advanced ## Headers (not just ## subject, but user-defined headers)
  597. "Real" app that doesn't require the VB runtime
  598.  
  599.  
  600. Release history
  601. -----------------
  602. 1/5/95        1.0 release
  603. 1/12/95        1.1 release
  604.             fixed path and .INI problems in load routine
  605.             cosmetic changes to the interface
  606. 2/21/95        1.5b beta release - no longer Eudora exclusive
  607.             added "encrypt to self" option
  608.             added "obscurity" option
  609.             added manual "update public key ring" command
  610.             added key equivalents to some commands
  611.             added user-specified temp file
  612.             added e-mail configuration options
  613.             added optional "address book" (no RCPDBASE)
  614.             revised remailer list format for more info
  615.             added "eric" and "penet" remailers
  616.             revised mail/USENET gateway operation
  617.             added "append & transfer" command
  618.             some user interface changes
  619.             revised this document
  620. 3/1/95        2.0b beta release
  621.             significant added features jumped to 2.0!
  622.             fixed AppActivate/Transfer to work with NT
  623.             added message Import/Export commands
  624.             optimized user ID check against public key
  625.             added single/chained remailer encryption
  626.             added remailer list filtering by type
  627.             added "Advanced features" menu
  628.             added "Insert" commands in Edit menu
  629.             added transfer list box for selecting e-mailer
  630.             modified CPMAILERS.TXT format
  631.             added RMINFO.TXT file (Raph's)
  632.             added ADDKEYS.BAT file (installs remailer keys)
  633.             added min/max/auto-close states for PGP DOS box
  634.             revised this document